
the bounceIn code is from https://daneden.me/animate/ and I edit it because I did not like it with his original setttings.

you can change the bounceIn effect with other effects from https://daneden.me/animate/.

1.download animate.min from https://github.com/daneden/animate.css

from the zip file place only animate.min in your theme folder and delete bounceIn.css

2.replace <link rel="stylesheet" href="themes/curve_masonry/bounceIn.css">

with <link rel="stylesheet" href="themes/curve_masonry/animate.min.css">

the bounceIn effect is included in animate.min with his original settings.

3.OPEN theme.php and find:

/******************************************************************************
** Section <<<$template_thumbnail_view>>> - START
******************************************************************************/

<div class="item animated bounceIn" .replace ONLY the word bounceIn with the name of another effect from https://daneden.me/animate/

IF YOU KEEP both bounceIn.css and animate.min.css embedded in template.html the bounceIn effect will proabilby not work. theme.php will be confused: load bounceIn from bounceIn.css or from animate.min.css? 







